github.com/refraction-networking/utls.Conn.handshakeMutex (field)

21 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L39: 	handshakeMutex sync.Mutex
		conn.go#L1297: 	c.handshakeMutex.Lock()
		conn.go#L1298: 	defer c.handshakeMutex.Unlock()
		conn.go#L1565: 	c.handshakeMutex.Lock()
		conn.go#L1566: 	defer c.handshakeMutex.Unlock()
		conn.go#L1623: 	c.handshakeMutex.Lock()
		conn.go#L1624: 	defer c.handshakeMutex.Unlock()
		conn.go#L1679: 	c.handshakeMutex.Lock()
		conn.go#L1680: 	defer c.handshakeMutex.Unlock()
		conn.go#L1689: 	c.handshakeMutex.Lock()
		conn.go#L1690: 	defer c.handshakeMutex.Unlock()
		quic.go#L270: 	c.handshakeMutex.Lock()
		quic.go#L271: 	defer c.handshakeMutex.Unlock()
		quic.go#L479: 	c.handshakeMutex.Unlock()
		quic.go#L480: 	defer c.handshakeMutex.Lock()
		u_conn.go#L361: 	c.handshakeMutex.Lock()
		u_conn.go#L362: 	defer c.handshakeMutex.Unlock()
		u_conn.go#L939: 	c.handshakeMutex.Lock()
		u_conn.go#L940: 	defer c.handshakeMutex.Unlock()
		u_quic.go#L112: 	c.handshakeMutex.Lock()
		u_quic.go#L113: 	defer c.handshakeMutex.Unlock()